Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@Service
class PdfManipulationService(qrCodeService: QrCodeService)
Link copied to clipboard
Link copied to clipboard
@Service
class PdfOrchestrator(pdfClient: PdfServiceClient, templateRepository: DocumentTemplateRepository, tenantRepository: TenantRepository, storageService: StorageService)
Link copied to clipboard
Link copied to clipboard
data class VisualSignatureMetadata(val signerName: String, val date: String, val validationUrl: String, val position: SignaturePosition = SignaturePosition.SIDE_MARGIN_RIGHT)